The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "mldbm"

MLDBM - store multi-level Perl hash structure in single level tied hash River stage two • 15 direct dependents • 21 total dependents

This module can serve as a transparent interface to any TIEHASH package that is required to store arbitrary perl data, including nested references. Thus, this module can be used for storing references and other arbitrary data within DBM databases. It...

CHORNY/MLDBM-2.05 - 21 Feb 2013 09:26:42 UTC - Search in distribution

Tie::MLDBM - Multi-Level Storage and Locking Class River stage zero No dependents

This module provides the means to store arbitrary perl data, including nested references, in a serialised form within persistent data back-ends. This module builds upon the storage and locking mechanisms of MLDBM and MLDBM::Sync by incorporating a mo...

ROBAU/Tie-MLDBM-1.04 - 26 Oct 2002 10:40:15 UTC - Search in distribution

MLDBM::Easy - Provides NON-piecemeal access to MLDBM files River stage zero No dependents

This module allows you to work with multi-dimensional databases, just like MLDBM, but it does work behind the scenes to allow you to treat the multi-dimensional database like a normal data structure. Basically, you don't need to use the piecemeal acc...

PINYAN/MLDBM-Easy-0.01 - 12 Apr 2004 18:11:05 UTC - Search in distribution

MLDBM::Sync - safe concurrent access to MLDBM databases River stage one • 3 direct dependents • 6 total dependents

This module wraps around the MLDBM interface, by handling concurrent access to MLDBM databases with file locking, and flushes i/o explicity per lock/unlock. The new [Read]Lock()/UnLock() API can be used to serialize requests logically and improve per...

CHAMAS/MLDBM-Sync-0.30 - 03 Jul 2002 07:54:16 UTC - Search in distribution

YAML::MLDBM - Use tied hash db-s with Python and Ruby River stage zero No dependents

This module is similar to MLDBM except that it stores data internally as YAML, instead of Data::Dumper or Storable. By doing this, you can create tied hash DBM databases that can be used seamlessly in Python or Ruby applications. That's because those...

INGY/YAML-MLDBM-0.10 - 02 Feb 2003 05:10:01 UTC - Search in distribution

MLDBM::TinyDB - create and mainpulate structured MLDBM tied hash references River stage zero No dependents

MLDBM::TinyDB is MLDBM based module. It allows to create/manipulate data structure of related tables = more-then-flatfile-database. The main idea is to create array reference which will reflect database structure. The first scalar value in the array ...

DADAMK/MLDBM-TinyDB-0.20 - 27 Nov 2002 17:53:24 UTC - Search in distribution

IO::All::MLDBM - MLDBM Support for IO::All River stage three • 135 direct dependents • 359 total dependents

<<<cpan-foot>>>...

FREW/IO-All-0.87 - 18 Jul 2017 21:06:01 UTC - Search in distribution

WebDAO::Store::MLDBM - Implement session store using MLDBM River stage zero No dependents

WebDAO::Store::MLDBM - Implement session store using MLDBM...

ZAG/WebDAO-Store-MLDBM-1.01 - 03 Mar 2009 19:48:03 UTC - Search in distribution

MLDBM::Serializer::JSON - DBM serializer uses JSON for language interoperability River stage zero No dependents

MLDBM::Serializer::JSON provides an extension to MLDBM to enable storing the additional columns as JSON instead of Data::Dumper or FreezeThaw. JSON is very widely used - from Perl over Ruby to Python and surely JavaScript and so on....

REHSACK/MLDBM-Serializer-JSON-0.002 - 11 Sep 2013 16:23:14 UTC - Search in distribution

TM::Materialized::MLDBM - Topic Maps, DBM Storage (asynchronous) River stage one • 3 direct dependents • 3 total dependents

This package just implements a materialized map with a MLDBM store....

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution

PEF::Front::Session::MLDBM - Session data object River stage one • 1 direct dependent • 1 total dependent

This module allows you to easily create sessions , store data in them and later retrieve that information. It uses Storable for data serialisation....

ANTONPETR/PEF-Front-0.26 - 28 Dec 2017 11:36:57 UTC - Search in distribution

lib/HTML/WebDAO/Store/MLDBM.pm River stage zero No dependents

ZAG/HTML-WebDAO-0.91 - 30 Sep 2008 12:46:04 UTC - Search in distribution

DBD::DBM - a DBI driver for DBM & MLDBM files River stage four • 946 direct dependents • 2083 total dependents

DBD::DBM is a database management system that works right out of the box. If you have a standard installation of Perl and DBI you can begin creating, accessing, and modifying simple database tables without any further modules. You can add other modul...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

Mail::SRS::DB - A MLDBM based Sender Rewriting Scheme River stage zero No dependents

See Mail::SRS for details of the standard SRS subclass interface. This module provides the methods compile() and parse(). This module requires one extra parameter to the constructor, a filename for a Berkeley DB_File database....

SHEVEK/Mail-SRS-0.31 - 19 Oct 2004 15:51:16 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

perltie - how to hide an object class in a simple variable River stage five • 11693 direct dependents • 33184 total dependents

Prior to release 5.0 of Perl, a programmer could use dbmopen() to connect an on-disk database in the standard Unix dbm(3x) format magically to a %HASH in their program. However, their Perl was either built with one particular dbm library or another, ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • perltie - how to hide an object class in a simple variable
  • perldsc - Perl Data Structures Cookbook
  • perldsc - Perl Data Structures Cookbook

IT::perlfaq4 River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

DB_File - Perl5 access to Berkeley DB version 1.x River stage three • 54 direct dependents • 255 total dependents

DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1.x (if you have a newer version of DB, see "Using DB_File with Berkeley DB version 2 or greater"). It is assumed that you have a copy of the...

PMQS/DB_File-1.859 - 21 Aug 2023 10:04:14 UTC - Search in distribution

DBM::Deep - A pure perl multi-level hash/array DBM that supports transactions River stage two • 12 direct dependents • 56 total dependents

A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, ACID transactions, and is quite fast. Can handle millions of keys...

DCANTRELL/DBM-Deep-2.0019 - 12 Nov 2023 15:30:15 UTC - Search in distribution

XML::Simple - An API for simple XML files River stage three • 407 direct dependents • 654 total dependents

The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). Two functions are exported: "XMLin()" and "XMLout()". Note: you can explicitly request the lower cas...

GRANTM/XML-Simple-2.25 - 18 Mar 2018 03:19:24 UTC - Search in distribution
63 results (0.1 seconds)